@charset "utf-8";
/* CSS Document */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
 font-family: Verdana, Arial, sans-serif;height: 100vh; justify-content: center;align-items: center;background-color: #FFE2D2;
	 overflow-x: hidden; /* 禁止水平滚动 */
}

header a {
  text-decoration: none;font-family: Verdana, Arial, sans-serif
}

header {
  padding: 0 20px;
  background-color: #210A72;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -10px
}

#brand1 img{
 position:absolute;
 width: 8%;
 padding: 15px;
 display:flex;
top: -8px;
left: 170px
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
}

ul li {
  padding: 15px;
  margin-left: 15px;
  z-index: 1000;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}


.Color a, .mobile-menu .Color2 li a, .footer-basic .Color3 a {
  color: #FF8800;
}

.mobile-menu li {
  margin-bottom: 7px;
}
.mobile-menu {
  background: #01084E;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  z-index: 1000;
}

.firstcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* 设置容器高度为视口高度 */
  text-align: center;
  position: relative;
  top: -100px;
  z-index: 2; /* 确保悬浮效果在其他元素之上 */
}

/* 标题设置 */
.T0 p {
  font-size: 60px;
  font-weight: 800;
  color: #210A72;
  margin-bottom: 20px; /* 设置标题与按钮之间的间距 */
  position: relative;
  top: 0; /* 自由调整上下位置 */
  left: 0; /* 自由调整左右位置 */
}

/* 按钮设置 */
.button0 {
  background-color: #FF8800;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  top: 0; /* 自由调整上下位置 */
  left: 0; /* 自由调整左右位置 */
}

.button1 {
  background-color: #FFE2D2; 
  color: black; 
  border: 2px solid #FF8800;
  position: relative;
  top: 0; /* 自由调整上下位置 */
  left: 0; /* 自由调整左右位置 */
}

.button1:hover {
  background-color: #FF8800;
  color: white;
  z-index: 3; /* 确保悬停效果在其他元素之上 */
}

.video-container {
  display: flex;
  justify-content: center; /* 居中对齐 */
  gap: 10px; /* 两个视频之间的间距，可以根据需要调整 */
  position: relative;
  top: -620px;
  z-index: 1; /* 确保视频在按钮之下 */
}

.video-container div {
  display: flex;
  justify-content: center; /* 在容器内居中对齐视频 */
}

.video1 {
  margin-right: 10px; /* 调整第一个视频的位置 */
  top: 400px;
  position: relative;
  width: 50%;
}

.video2 {
  margin-left: 10px; /* 调整第二个视频的位置 */
  top: 400px;
  position: relative;
}

.video-container video {
  max-width: 100%; /* 确保视频在容器内自适应 */
  height: auto;
}


.secondcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* 设置容器高度为视口高度 */
  text-align: center;
	position: relative;
	top: -250px
}

/* 标题设置 */
.T1 p {
  font-size: 60px;
  font-weight: 800;
  color: #210A72;
  margin-bottom: 20px; /* 设置标题与按钮之间的间距 */
}

/* 按钮设置 */
.button {
  background-color: #FF8800;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


.button2 {
  background-color: #FFE2D2; 
  color: black; 
  border: 2px solid #FF8800;
}

.button2:hover {
  background-color: #FF8800;
  color: white;
}


.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  top: -350px;
  position: relative
}

.consultant {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.consultant > div {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.consultant img {
  width: 100%;
  height: auto;
  max-width: 200px;
  border-radius: 10px;
}

.consultant p {
  font-size: 22px;
  font-weight: 800;
  color: #8390FA;
  margin: 10px 0;
}

.consultant button {
  background-color: #FFE2D2;
  color: black;
  border: 2px solid #FF8800;
  padding: 10px 20px;
  font-size: 16px;
}

.consultant button:hover {
  background-color: #FF8800;
  color: white;
}



/* 容器设置 */
.container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* 设置容器高度为视口高度 */
  text-align: center;
  position: relative;
  top: -280px
}

/* 标题设置 */
.T2 p {
  font-size: 60px;
  font-weight: 800;
  color: #210A72;
  margin-bottom: 20px; /* 设置标题与视频之间的间距 */
}

/* 视频容器设置 */
.video3 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.video3 video {
  width: 80%;
  max-width: 800px;
  height: auto; /* 保持视频的宽高比 */
}



.footer-basic {
	
  padding:20px 0px;
  background-color: #2C1B7E;
  color:#ffffff;
  position: relative;
  top: -150px}


.logo1 img{width: 10%;position: relative;top: 38%;left: 38%}
.logo2 img{width: 7%;position: relative;left: 52%;top: -55px}

.footer-basic ul {

  display:flex;justify-content: center;
}

.icon1 {
	position: relative;
	color: #FFF;
	left: 430px;
	top: -28px;
	font-size: 24px
}
.icon1 p{
	position: relative;
	display: contents;
	font-size: 18px;
}

.icon2 {
	position: relative;
	color: #FFF;
	left: 760px;
	top: -54px;
	font-size: 24px
}
.icon2 p{
	position: relative;
	display: contents;
	font-size: 18px;
}

.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 20px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -50px
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .copyright {
  margin-top:5px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
  letter-spacing: 1px
}

@media screen and (max-width: 1300px){

#brand img{
 position:absolute;
 width: 11%;
 padding: 15px;
 display:flex;
top: -3px
}

#brand1 img{
 position:absolute;
 width: 9%;
 padding: 15px;
 display:flex;
top: -2px;
left: 150px
}
	
	
ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 13px
}

ul li {
  padding: 8px;
  margin-left: 10px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

	.video1 {
  margin-right: 10px; /* 调整第一个视频的位置 */
  top: 400px;
  position: relative;
  width: 58%;
}

	
	
.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 20px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -20px
	
}
}

@media screen and (max-width: 1024px){
	
	#brand img{
 position:absolute;
 width: 10%;
 padding: 15px;
 display:flex;
top: 5px;
		left:-8px 
}

#brand1 img{
 position:absolute;
 width: 12%;
 padding: 15px;
 display:flex;
top: -3px;
left: 70px
}



#brand a {
	color: #09c372;}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul a {
  color: #FFFFFF;
	font-size: 11px;
}

ul li {
  padding: 5px;
  margin-left: 5px;
}

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
 
	
	.Color2 a{
		position: relative;
		top: -22px;
		left: -22px
	}
	
.video1 {
  margin-right: 10px; /* 调整第一个视频的位置 */
  top: 400px;
  position: relative;
  width: 50%;
}

.video2 {
  margin-left: 10px; /* 调整第二个视频的位置 */
  top: 400px;
  position: relative;
   width: 57%;
}
	
	
.footer-basic {
	padding:20px 0px;
  background-color: #2C1B7E;
  color:#ffffff;
  position: relative;
 top: -100px}
	
	
.logo1 img{width: 9%;position: relative;left: 32%}
.logo2 img{width: 7%;position: relative;left: 45%;top: -35px}

.footer-basic ul {

  display:flex;justify-content: center;
}

.icon1 {
	position: relative;
	color: #FFF;
	left: 180px;
	top: -20px;
	font-size: 20px
}
.icon1 p{
	position: relative;
	display: contents;
	font-size: 16px;
}

.icon2 {
	position: relative;
	color: #FFF;
	left: 460px;
	top: -45px;
	font-size: 20px
}
.icon2 p{
	position: relative;
	display: contents;
	font-size: 18px;
}


.footer-basic ul a {
  text-decoration:none;
  opacity:0.9;
padding: 0px 10px;
position:relative;
	top: -25px
	;color:#ffffff;
	left: -10px
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .copyright {
  margin-top:5px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
	letter-spacing: 1px}

	
	
}

@media only screen and (max-width: 768px){
	
 header nav {
    display: none;
  }
	
 #brand img, #brand1 img {
    width: 130px; /* 固定 logo 的宽度 */
    position: relative;
    top: 5px; /* 根据需要调整位置 */
  }

  #brand1 img {
    left: -80px; /* 调整第二个 logo 的位置，使其靠近第一个 logo */
	top: -10px
  }
	
	
  #hamburger-icon {
    display: block;
	z-index: 1000;
  }
	
  .mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #01084E;
	z-index: 1000;
  }
	
  .mobile-menu li {
    padding: 20px;
    text-align: center;
  }
	.mobile-menu li a{
		font-size: 16px
	}
	
	 .no-scroll {
            overflow: hidden;
            height: 100%;
        }
.Color2 a{
	color: #FF8800;
	position: relative;
	top: -35px;
	left: -80px;
	background-color: #01084E;
    white-space: nowrap; /* 禁止文本换行 */
}
	
	
	.firstcontainer {
    top: -150px; /* 调整为适合小屏幕 */
	z-index: 500;
  }
	

  .T0 p {
    font-size: 40px; /* 调整字体大小以适应小屏幕 */
    top: 0; /* 自由调整上下位置 */
    left: 0; /* 自由调整左右位置 */
  }

  .button0 {
    padding: 12px 24px; /* 调整按钮内边距 */
    font-size: 14px; /* 调整字体大小 */
    top: 0; /* 自由调整上下位置 */
    left: 0; /* 自由调整左右位置 */
  }

  .button1 {
    padding: 12px 24px; /* 调整按钮内边距 */
    font-size: 14px; /* 调整字体大小 */
    top: 0; /* 自由调整上下位置 */
    left: 0; /* 自由调整左右位置 */
  }

	  .video-container {
    flex-direction: column; /* 将视频垂直排列 */
    gap: 20px; /* 设置视频之间的间距 */
    top: -300px; /* 调整为适合小屏幕 */
    z-index: 1; /* 确保视频在按钮之下 */
  }

  .video1, .video2 {
    width: 100%; /* 确保视频在小屏幕上自适应 */
    top: 0; /* 取消相对位置 */
    margin: 10px 0; /* 设置视频之间的间距 */
  }

  .video-container video {
    max-width: 100%; /* 确保视频在容器内自适应 */
    height: auto;
  }
	
	 .secondcontainer {
    top: -400px; /* 根据需要调整 */
  }

  .T1 p {
    font-size: 40px; /* 调整标题字体大小以适应小屏幕 */
    margin-bottom: 15px; /* 调整标题与按钮之间的间距 */
  }

  .button2 {
    padding: 12px 24px; /* 调整按钮的内边距 */
    font-size: 14px; /* 调整按钮的字体大小 */
  }
	
	 .container {
    top: -500px; /* 根据需要调整位置 */
  }

  .consultant > div {
    flex: 1 1 calc(33.33% - 20px); /* 每行显示3个项目 */
  }

  .consultant img {
    max-width: 150px; /* 根据需要调整图片大小 */
  }
	
	.container2 {
		top: -520px;
		position: relative
	}
	
 /* 标题设置 */
  .T2 p {
    font-size: 40px; /* 调整字体大小以适应较小屏幕 */
    margin-bottom: 15px; /* 调整标题与视频之间的间距 */
  }

  /* 视频容器设置 */
  .video3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .video3 video {
    width: 100%; /* 调整视频宽度以适应容器 */
    max-width: 100%; /* 确保视频不会超出容器宽度 */
  }
		
.footer-basic {
  width:100%; /* 确保宽度充满整个屏幕 */
  height: 265px;
  padding: 10px; /* 上下内边距调整 */
	top: -540px;
		 box-sizing: border-box;
}

.footer-basic footer {
    flex-direction: column; /* 将元素在较小屏幕上堆叠起来 */
  }

  .logo-container {
    display: flex;
    justify-content: center; /* 居中对齐 */
    align-items: center;
    margin-bottom: 10px; /* 添加底部间距 */
	  padding-right: 150px
  }

  .logo1 img, .logo2 img {
    width: 90px; /* 固定 logo 的宽度 */
    margin: 0 8px; /* 添加左右间距 */
  }

  /* 添加可调整 logo 位置的样式 */
  .logo1 {
    margin-right: 100px; /* 调整第一个 logo 的右间距 */
  }

  .logo2 {
    margin-left: 20px; /* 调整第二个 logo 的左间距 */
  }
	
 .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* 添加底部间距 */
  }

  .icon1, .icon2 {
    width: 155px; /* 设置固定宽度 */
    margin: 0 8px; /* 添加左右间距 */
    font-size: 18px; /* 调整图标容器的字体大小 */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icon1 i, .icon2 i {
    font-size: 20px; /* 调整图标大小 */
    margin-bottom: 5px;
  }

  .icon1 p, .icon2 p {
    font-size: 12px; /* 调整图标容器内段落的字体大小 */
    margin: 0;
  }

	.icon1 {
		left: -25px;
		top: -15px
	}
	
	.icon2 {
		left: -25px;
		top: -15px
	}
	
  .footer-basic ul {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: center; /* 居中对齐 */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-basic ul li {
    width: 33.3%; /* 每行三个菜单项 */
    text-align: center; /* 居中对齐 */
    padding: 5px 0;
  }

  .footer-basic ul li:nth-child(4), 
  .footer-basic ul li:nth-child(5), 
  .footer-basic ul li:nth-child(6), 
  .footer-basic ul li:nth-child(7) {
    width: 30%; /* 第二行每行四个菜单项 */
  }

  .footer-basic ul li a {
    font-size: 12px; /* 调整字体大小 */
    padding: 0 10px; /* 左右内边距调整 */
	white-space: nowrap
  }


.footer-basic .copyright {
  margin-top: -15px; /* 版权信息的上边距微调 */
	font-size: 12px
}


}

/* Empowering People placeholders */
.team-page {
  width: min(1200px, calc(100% - 40px));
  margin: 36px auto 56px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.team-section,
.story-section {
  background: #ffe2d2;
  border: 2px solid #210A72;
  border-radius: 12px;
  padding: 22px;
}

.team-section h1,
.story-section h2 {
  color: #210A72;
  text-align: center;
  font-size: clamp(30px, 3.5vw, 44px);
  margin-bottom: 18px;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.poster-placeholder {
  min-height: 260px;
  border: 3px dashed #210A72;
  border-radius: 12px;
  background: #ffe2d2;
  background-size: cover;
  background-position: center;
  color: #210A72;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.poster-1 {
  background-image: linear-gradient(rgba(255, 226, 210, 0.4), rgba(255, 226, 210, 0.4)), url("assets/team-poster-01.jpg");
}

.poster-2 {
  background-image: linear-gradient(rgba(255, 226, 210, 0.4), rgba(255, 226, 210, 0.4)), url("assets/team-poster-02.jpg");
}

.poster-3 {
  background-image: linear-gradient(rgba(255, 226, 210, 0.4), rgba(255, 226, 210, 0.4)), url("assets/team-poster-03.jpg");
}

.poster-4 {
  background-image: linear-gradient(rgba(255, 226, 210, 0.4), rgba(255, 226, 210, 0.4)), url("assets/team-poster-04.jpg");
}

.video-placeholder {
  border: 3px dashed #210A72;
  border-radius: 12px;
  padding: 12px;
  background: #ffe2d2;
}

.video-placeholder video {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.team-page + .footer-basic {
  top: 0 !important;
}

@media (max-width: 900px) {
  .poster-grid {
    grid-template-columns: 1fr;
  }

  .team-section,
  .story-section {
    padding: 16px;
  }
}

